linux: Fix the pciback build (temporary hack).
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 28 Mar 2007 13:42:54 +0000 (14:42 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 28 Mar 2007 13:42:54 +0000 (14:42 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c

index 96675a876827be0e3cfa8f5317ac2e80a3139319..4c2b178873bfbea2d923f15b612c275f6efd4695 100644 (file)
@@ -895,6 +895,10 @@ static int __init pcistub_init(void)
 fs_initcall(pcistub_init);
 #endif
 
+static void pciback_exit(void)
+{
+}
+
 static int __init pciback_init(void)
 {
        int err;